The InitialOptions class provides configuration options for initializing a workflow, including project and flow names, process and request identifiers, event ID, document parameters, and options.
Properties
| Name | Description |
|---|
| ProjectName | Gets or sets the name of the project associated with the workflow. |
| FlowName | Gets or sets the name of the flow within the project. |
| DocumentOptions | Gets or sets the list of document options for the workflow. |
| API | Gets or sets the API instance for managing the workflow. |
| AgentMode | Gets or sets a value indicating whether the workflow is in agent mode. |
| DocumentParameters | Gets or sets the document parameters for the workflow. |
| EventId | Gets or sets the event identifier for the workflow, if applicable. |
| ProcessId | Gets or sets the process identifier for the workflow. |
| RequestId | Gets or sets the request identifier for the workflow, if applicable. |
Constructors
| Name | Description |
|---|
| InitialOptions(projectName, flowName, processId, requestId, eventId) | Initializes a new instance of the InitialOptions class with specified project and flow names, and optional process ID, request ID, and event ID. |
| InitialOptions(projectName, flowName, documentOptions, processId, requestId, eventId) | Initializes a new instance of the InitialOptions class with specified project and flow names, document options, and optional process ID, request ID, and event ID. |
| InitialOptions() | Initializes a new instance of the InitialOptions class with default values. |